object RegistrationForm: TRegistrationForm Left = 374 Top = 252 ActiveControl = NameField BorderIcons = [] BorderStyle = bsDialog Caption = 'Register' ClientHeight = 198 ClientWidth = 227 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 116 TextHeight = 16 object Label1: TLabel Left = 24 Top = 16 Width = 40 Height = 16 Caption = 'Name:' end object Label2: TLabel Left = 24 Top = 80 Width = 109 Height = 16 Caption = 'Registration code:' end object NameField: TEdit Left = 24 Top = 32 Width = 177 Height = 24 Hint = 'Enter you name here' TabOrder = 0 OnChange = NameFieldChange OnExit = NameFieldExit end object Seriel: TEdit Left = 24 Top = 96 Width = 177 Height = 24 Hint = 'Enter your registration code here' Enabled = False PasswordChar = '*' TabOrder = 1 OnChange = SerielChange OnExit = SerielExit end object bOk: TButton Left = 24 Top = 152 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 2 OnClick = bOkClick end object bCancel: TButton Left = 120 Top = 152 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = bCancelClick end end